Sqrt Algorithm

  • Find the sqrt of a number without using built-in functions

Do you understand? What is the difference between $\text {left} + (\text {right}-\text {left}) / 2$ and $\text {left} + \text {right} /2$?